Name : postgrey
| |
Version : 1.27
| Vendor : Mandriva
|
Release : 2mdv2007.0
| Date : 2006-09-03 10:46:02
|
Group : System/Servers
| Source RPM : postgrey-1.27-2mdv2007.0.src.rpm
|
Size : 0.08 MB
| |
Packager : Iurt the rebuild bot < warly_mandriva_com>
| |
Summary : Postfix Greylisting Policy Server
|
Description :
Postgrey is a Postfix policy server implementing greylisting. When a request for delivery of a mail is received by Postfix via SMTP, the triplet CLIENT_IP / SENDER / RECIPIENT is built. If it is the first time that this triplet is seen, or if the triplet was first seen less than 5 minutes, then the mail gets rejected with a temporary error. Hopefully spammers or viruses will not try again later, as it is however required per RFC. Edit your configuration files: /etc/postfix/main.cf: smtpd_recipient_restrictions = ... check_policy_service unix:extern/postgrey/socket, ... or if you like to use inet sockets (modify the IP if needed): /etc/sysconfig/postgrey: OPTIONS=\"--inet=127.0.0.1:10023\" /etc/postfix/main.cf: smtpd_recipient_restrictions = ... check_policy_service inet:127.0.0.1:10023, ...
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2007.1/i586/media/contrib/release |